projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e96394e
)
(auto-insert-mode): Doc fix.
author
Dave Love
<fx@gnu.org>
Tue, 27 Apr 1999 18:50:15 +0000
(18:50 +0000)
committer
Dave Love
<fx@gnu.org>
Tue, 27 Apr 1999 18:50:15 +0000
(18:50 +0000)
lisp/autoinsert.el
patch
|
blob
|
history
diff --git
a/lisp/autoinsert.el
b/lisp/autoinsert.el
index e0eb69d32ff158aad283c321b18b62d6f83c1c90..a596e54c8bae47ac29d2fb362dde3a77e8f1b92e 100644
(file)
--- a/
lisp/autoinsert.el
+++ b/
lisp/autoinsert.el
@@
-59,8
+59,8
@@
(defcustom auto-insert-mode nil
"Toggle auto-insert-mode.
-This variable should be set only with \\[customize], which is equivalent
-
to using
the function `auto-insert-mode'."
+Setting this variable directly does not take effect;
+
use either \\[customize] or
the function `auto-insert-mode'."
:set (lambda (symbol value)
(auto-insert-mode (or value 0)))
:initialize 'custom-initialize-default